--- psiconv/trunk/lib/psiconv/Makefile.am 2003/06/16 17:48:39 151 +++ psiconv/trunk/lib/psiconv/Makefile.am 2003/11/11 18:58:55 152 @@ -15,11 +15,3 @@ psiconvincludedir = $(includedir)/psiconv psiconvinclude_HEADERS = data.h parse.h list.h parse_routines.h error.h \ generate_routines.h generate.h common.h buffer.h - -# There must be some automake-way to do this nicer, but for now it works. -install-data-local: - $(mkinstalldirs) $(DESTDIR)$(psiconvincludedir) - p=general.h; \ - if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \ - echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p"; \ - $(INSTALL_DATA) $$d$$p $(DESTDIR)$(psiconvincludedir)/$$p;