diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-17 23:53:55 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-17 23:53:55 +0200 |
commit | 2a42ef1436709cee0c7a97b2416f1c68ef8cd7d0 (patch) | |
tree | 0655b6c2313a5bc5bd0ed17690f9ad0a194241f7 /Makefile | |
parent | typo (diff) | |
download | libgamma-2a42ef1436709cee0c7a97b2416f1c68ef8cd7d0.tar.gz libgamma-2a42ef1436709cee0c7a97b2416f1c68ef8cd7d0.tar.bz2 libgamma-2a42ef1436709cee0c7a97b2416f1c68ef8cd7d0.tar.xz |
change gpp symbols to ascii
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -129,7 +129,7 @@ obj/lib/%.o: obj/lib/%.c src/lib/*.h obj/%: src/%.gpp src/extract/libgamma-*-extract mkdir -p $(shell dirname $@) - $(GPP) --symbol '£' --input $< --output $@ + $(GPP) --symbol '$$' --input $< --output $@ .PHONY: test @@ -150,7 +150,7 @@ doc: info pdf dvi ps obj/libgamma.texinfo: info/libgamma.texinfo $(foreach H,$(HEADERS_INFO),src/lib/$(H).h) \ src/extract/libgamma-*-extract info/texise info/behead mkdir -p obj - $(GPP) --symbol '£' --input $< --output $@ + $(GPP) --symbol '%' --input $< --output $@ obj/%.texinfo: info/%.texinfo mkdir -p obj |