File: common-settings.mk

package info (click to toggle)
gimp-plugin-registry 9.20240808
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 52,536 kB
  • sloc: ansic: 27,119; lisp: 20,560; python: 14,721; cpp: 2,528; sh: 2,220; makefile: 635; xml: 21
file content (8 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
# guess the name of the plugin to build if not defined
PLUGINNAME := $(shell basename $(CURDIR))
ifndef PLUGIN
PLUGIN := $(PLUGINNAME)
endif

DOCDIR := /usr/share/doc/gimp-plugin-registry/$(PLUGINNAME)