diff options
author | John C. Vernaleo <john@netpurgatory.com> | 2014-03-13 11:00:05 -0400 |
---|---|---|
committer | John C. Vernaleo <john@netpurgatory.com> | 2014-03-13 11:00:05 -0400 |
commit | c0e848e3332f9aacbe4ebf56ebd50d29f89cefbf (patch) | |
tree | d31b6b663707f2b2f3e52d320645cf8a09cc7938 /osx/Makefile | |
parent | 4ea2463c40fc60c4cf54ff7cf00b27f0753e8108 (diff) | |
download | xombrero-c0e848e3332f9aacbe4ebf56ebd50d29f89cefbf.tar.gz |
Make osx directory use its own files
instead of symlinks to the Linux ones. Closes #31
Diffstat (limited to 'osx/Makefile')
-rw-r--r-- | osx/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/osx/Makefile b/osx/Makefile index f5bcdf1..691de38 100644 --- a/osx/Makefile +++ b/osx/Makefile @@ -37,8 +37,6 @@ javascript.h: ../js-merge-helper.pl ../hinting.js ../autoscroll.js ../autoscroll.js > javascript.h tooltip.h: ../ascii2txt.pl ../txt2tooltip.pl ../xombrero.1 - ln -sf ../linux/tree.h - ln -sf ../linux/util.h nroff -c -Tascii -mandoc ../xombrero.1 | \ perl ../ascii2txt.pl | \ perl ../txt2tooltip.pl > tooltip.h @@ -96,8 +94,6 @@ clean: rm -f xombrero $(OBJS) $(DEPS) rm -f javascript.h rm -f tooltip.h - rm -f tree.h - rm -f util.h -include $(DEPS) |