diff --git a/pdf2png.py b/bin/pdf2png.py similarity index 100% rename from pdf2png.py rename to bin/pdf2png.py diff --git a/makefile b/makefile index a8e0e25..117d619 100644 --- a/makefile +++ b/makefile @@ -15,6 +15,6 @@ install: all $(INSTALL) -d $(DESTDIR)$(bindir) $(INSTALL) -d $(DESTDIR)$(icons) $(INSTALL) -d $(DESTDIR)$(appdir) - $(INSTALL) -m755 pdf2png.py $(DESTDIR)$(bindir)/pdf2png + $(INSTALL) -m755 bin/pdf2png.py $(DESTDIR)$(bindir)/pdf2png $(INSTALL) -m644 install/pdf2png.png $(DESTDIR)$(icons) $(INSTALL) -m644 install/pdf2png.desktop $(DESTDIR)$(appdir)