瀏覽代碼

Fixed a type preventing proper build of pdf with xep.

Greger V. Teigre 20 年之前
父節點
當前提交
bb766b0b8b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)