unifont-7.0.01.tar.gz
[unifont.git] / doc / Makefile
index 0bbd27ff904945fde7b57a7457b8f2497d84685d..7f584523f5578ecfb023c51c2cad0fea6895970a 100644 (file)
@@ -19,16 +19,20 @@ OUTPUT_FILES = unifont.info unifont.txt unifont.pdf
        $(TEXI2PDF) $<
 
 #
-# Comment out the "all:" line to make the documents.  The default is
-# to leave the existing unifont.info and unifont.pdf files in place,
-# in case the target system doesn't have makeinfo and texi2pdf installed.
+# The "all:" target does nothing, so that a higher-level "make" invocation
+# does not remake the texinfo files, in case the target system does not have
+# makeinfo and texi2pdf installed.
+# 
+# To rebuild the files, issue the command
+#
+#      make distclean ; make docprep ; make doc ; make clean
 #
 all:
 #
 # Type "make docprep" before typing "make doc".
 #
 docprep:
-       \rm -f unifont.info unifont.txt unifont.pdf
+       \rm -f $(OUTPUT_FILES)
 
 doc: $(OUTPUT_FILES)