summaryrefslogtreecommitdiff
path: root/gnu/dist/gettext/gettext-runtime/doc/Makefile.msvc
blob: 326e753ed2b2a4f0a3da3d08f3d773b60fe5a0be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# -*- Makefile -*- for gettext-runtime/doc

#### Start of system configuration section. ####

RM = -del

#### End of system configuration section. ####

SHELL = /bin/sh

all :

install : all

installdirs :

uninstall :

check :

mostlyclean : clean

clean : force
	$(RM) core

distclean : clean
	$(RM) Makefile

maintainer-clean : distclean

force :