File: Makefile.am

package info (click to toggle)
gmanedit 0.4.2-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,516 kB
  • sloc: sh: 3,840; ansic: 2,072; makefile: 32; sed: 16
file content (23 lines) | stat: -rw-r--r-- 450 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## Process this file with automake to produce Makefile.in

SUBDIRS = po src
pixmapdir = $(datadir)/pixmaps

dist_pixmap_DATA = \
	pixmaps/gmanedit_icon.png \
	pixmaps/gmanedit.png

man_MANS = gmanedit.1

DESKTOP_FILES = gmanedit.desktop

desktopdir = $(datadir)/applications
desktop_DATA = $(DESKTOP_FILES)

ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = config.rpath $(DESKTOP_FILES) gmanedit.1

uninstall-local:
	rm -rf $(pkgdatadir)/*
	rmdir $(pkgdatadir)