Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
# (find-angg "2017.1-GA/Makefile") # (find-angg "SCANS/Makefile") # (find-node "(make)Text Functions") THIS = 2019.1-C3 PNGS = $(patsubst %.jpg,%.png,$(wildcard *.jpg)) DJVUS = $(patsubst %.png,%.djvu,$(wildcard *.png)) # (find-angg "bin/whiteboard") # (find-es "gimp" "whiteboard") pngs_: echo $(PNGS) pngs: $(PNGS) %.png: %.jpg whiteboard $< $@ %.pgm: %.png convert $< $@ %.pbm: %.pgm mkbitmap -x -f 50 -t 0.4 $< -o $@ %.djvu: %.pbm cjb2 -lossy $< $@ djvus_: echo $(DJVUS) djvus: $(DJVUS) djvu: $(THIS).djvu $(THIS).djvu: $(DJVUS) # djvm -create $(THIS).djvu $(DJVUS) echo djvm -create $(THIS).djvu 2019????_C3?.djvu djvm -create $(THIS).djvu 2019????_C3?.djvu pdf: $(THIS).pdf %.pdf: %.djvu ddjvu -format=pdf $< $@ # See: (find-eepitch-intro "3.3. `eepitch-preprocess-line'") # (setq eepitch-preprocess-regexp "^") # (setq eepitch-preprocess-regexp "^#T ?") # #T * (eepitch-shell) #T * (eepitch-kill) #T * (eepitch-shell) #T make pngs #T make pdf