Selaa lähdekoodia

Fixed a type preventing proper build of pdf with xep.

Greger V. Teigre 20 vuotta sitten
vanhempi
commit
bb766b0b8b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)