소스 검색

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)