Files
secondo/Documents/makefile

10 lines
180 B
Makefile
Raw Normal View History

2026-01-23 17:03:45 +08:00
all: SDK_SETUP.pdf
SDK_SETUP.pdf: Linux-Installation-Guide.txt
rm -f $<.{aux,tex}
export PD_HEADER=$(SECONDO_BUILD_DIR)/Tools/pd/pd_header_listing; \
pd2pdf $<
mv $<.pdf $@