Quellcode durchsuchen

Makefile: Add "org-manual.org" as a pre-requisite

* doc/Makefile (org.texi): Makefile: Add "org-manual.org" as
  a pre-requisite.
Nicolas Goaziou vor 7 Jahren
Ursprung
Commit
97a8eb00ef
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      doc/Makefile

+ 1 - 1
doc/Makefile

@@ -27,7 +27,7 @@ guide::		orgguide.texi org-version.inc
 	../mk/guidesplit.pl $@/*
 endif
 
-org.texi:
+org.texi:	org-manual.org
 	$(BATCH) \
 	  --eval '(add-to-list '"'"'load-path "../lisp")' \
 	  --eval '(load "../mk/org-fixup.el")' \