File: Makefile.am

package info (click to toggle)
poedit 1.0.3-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,040 kB
  • ctags: 897
  • sloc: cpp: 6,155; sh: 2,001; xml: 1,115; makefile: 120
file content (21 lines) | stat: -rw-r--r-- 637 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21



pkgdatadir=$(datadir)/poedit

pkgdata_DATA = poedit_help.htb

poedit_help.htb: basics.html index.html menu.html poedit.hhc poedit.hhp settings.html ui.html update.html
	if test $(srcdir) != . ; then \
	  cp -fR $(srcdir)/gettext $(srcdir)/img $(srcdir)/*.html $(srcdir)/*.hhc $(srcdir)/*.hhp . \
	  ; fi
	zip -9 -r poedit_help.htb gettext img *.html *.hhc *.hhp


dist-hook:
	mkdir -p $(distdir)/img
	mkdir -p $(distdir)/gettext
	cp -p $(srcdir)/img/*.gif $(distdir)/img
	cp -p $(srcdir)/gettext/*.html $(distdir)/gettext
	cp -p $(srcdir)/*.html $(srcdir)/poedit.hhp $(srcdir)/poedit.hhc \
          $(srcdir)/technote.txt $(distdir)