|
Warning: this is an htmlized version!
The original is across this link, and the conversion rules are here. |
#!/usr/bin/make -f # The `debian/rules' file for eev. # This file: # http://angg.twu.net/eev/debian/rules.html # http://angg.twu.net/eev/debian/rules # (find-angg "eev/debian/rules") # # The .deb is built and uploaded by: # (find-dhmake-links "eev" "eevbuild") # See: # (find-eevfile "eev-template.el" "eev-puro") # (find-angg ".emacs" "eev-puro") # # Version: 2012may05 # Authur: Eduardo Ochs <eduardoochs@gmail.com> # Public domain include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/makefile.mk ORIG=$(HOME)/eev-current build/eev:: # (debian/rules: build/eev) # Create the directories, mkdir -p etc/emacs/site-start.d/ mkdir -p usr/share/emacs/site-lisp/eev/ mkdir -p usr/bin/ mkdir -p usr/share/eev/ # # Copy the files. cp -v $(ORIG)/debian/Makefile . cp -v $(ORIG)/debian/emacs-eev usr/bin/ cp -v $(ORIG)/eev-rctool usr/bin/ cp -v $(ORIG)/debian/90eev.el etc/emacs/site-start.d/ cp -av $(ORIG)/ee*.el usr/share/emacs/site-lisp/eev/ cp -v $(ORIG)/debian/eev_16.xpm usr/share/eev/ #cp -v $(ORIG)/debian/eev_32.xpm usr/share/eev/ install/eev:: echo "In install: $(DEB_DESTDIR)" cp -Rv etc/ usr/ debian/eev/