Skip to content

Commit

Permalink
Update Makefile.am
Browse files Browse the repository at this point in the history
Add compressed orig directory to installation
  • Loading branch information
paaguti authored Jan 12, 2025
1 parent df5e13b commit 512905b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ mg_SOURCES = $(OSRCS) $(SRCS) $(OINCS) $(INCS)
bin_PROGRAMS = mg

docdir = $(datadir)/doc/@PACKAGE@
doc_DATA = README

install-data-hook:
mkdir -p $(DESTDIR)$(docdir) ; \
zip -9rD $(DESTDIR)$(docdir)/READMES.zip \
zip -9rD $(DESTDIR)$(docdir)/READMES.zip README \
README.debian README.programmer README.ucsnames \
README.auto-execute README.dired README.mg3 README.python-mode README.undo \
README.bindings README.fill-paragraph README.reference README.user_macros \
README.bsd README.md README.shell-command README.user_modes \
README.clike-mode README.misc README.todo && \
zip -9rD $(DESTDIR)$(docdir)/samples.zip bl/*
README.clike-mode README.misc README.todo ; \
zip -9rD $(DESTDIR)$(docdir)/samples.zip bl/* ; \
zip -9rD $(DESTDIR)$(docdir)/orig-doc.zip orig/*

0 comments on commit 512905b

Please sign in to comment.