Jelajahi Sumber

Fixed a type preventing proper build of pdf with xep.

Greger V. Teigre 20 tahun lalu
induk
melakukan
bb766b0b8b
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Makefile.doc

+ 1 - 1
Makefile.doc

@@ -94,7 +94,7 @@ pdf: $(pdf_files)
         --xinclude \
         -o $@ $(FO_XSL) $<
 
-%.pdf: %.fo $.d $(alldep)
+%.pdf: %.fo %.d $(alldep)
 	$(XEP) $(XEP_FLAGS) -fo $< -pdf $@
 
 %.txt: %.xml %.d $(alldep)