BlinkenArea - GitList
Repositories
Blog
Wiki
dxfngc
Code
Commits
Branches
Tags
Search
Tree:
c4b65b5
Branches
Tags
master
dxfngc
doc
Makefile
first few lines of documentation
Stefan Schuermans
commited
c4b65b5
at 2013-04-23 20:57:15
Makefile
Blame
History
Raw
NAME = dxfngc .PHONY: all clean .SUFFIXES: .SECONDARY: all: $(NAME).pdf %.pdf: %.xml db2pdf $< clean: rm -f $(NAME).pdf