~ubuntu-branches/ubuntu/karmic/xpuzzles/karmic

« back to all changes in this revision

Viewing changes to xdial/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-22 16:29:42 UTC
  • mfrom: (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050822162942-tdtf178zkpd3xxdg
Tags: 7.1.3-1ubuntu1
Update {build-,}depends for xorg -> mesa transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
############################################################
2
2
#
3
 
# $Id : Makefile.in 7.1.1 2004/09/25 $
 
3
# $Id : Makefile.in 7.1.2 2005/01/10 $
4
4
#
5
5
# xdial Makefile.in for configure (UNIX X11 support)
6
6
############################################################
10
10
wIDGET = dial
11
11
WIDGET = Dial
12
12
WIDGET2 = ${WIDGET}Sq
13
 
VERNUM = 7.1.1
 
13
VERNUM = 7.1.2
14
14
#VER = x$(wIDGET)-$(VERNUM)
15
15
VER = x$(wIDGET)
16
16
 
189
189
$(VER)/x$(wIDGET)$(C) $(VER)/$(WIDGET).ad $(VER)/$(WIDGET2).ad \
190
190
$(VER)/configure $(VER)/Makefile.in $(VER)/configure.in \
191
191
$(VER)/config.guess $(VER)/config.sub $(VER)/install-sh $(VER)/mkinstalldirs \
192
 
$(VER)/Imakefile $(VER)/make.com
 
192
$(VER)/Imakefile $(VER)/vms/README.vms $(VER)/vms/make.com
193
193
 
194
194
zip : distclean
195
195
        cd .. ; zip $(VER) $(PACKAGE)
219
219
        cd .. ; bzip2 -c $(VER).tar > `echo $(VER) | cut -c1-8`.tbz ; \
220
220
$(RM) $(VER).tar
221
221
 
222
 
#dist.man : x$(wIDGET).html x$(wIDGET).hlp
 
222
#dist.man : x$(wIDGET).html vms/x$(wIDGET).hlp
223
223
 
224
224
x$(wIDGET).html : x$(wIDGET).man
225
225
        nroff -man < x$(wIDGET).man | man2html > x$(wIDGET).html
226
226
 
227
 
x$(wIDGET).hlp : x$(wIDGET).man
 
227
vms/x$(wIDGET).hlp : x$(wIDGET).man
228
228
        (echo "$(MANNUM) x$(wIDGET)" | tr [:lower:] [:upper:] ; \
229
229
 nroff -man < x$(wIDGET).man \
230
230
 | sed -e 's/.//g' -e '/^ *Page [0-9]/D' \
235
235
 -e 's/\(Copyright\) .*c.*\(19\)/\1 (C) \2/' \
236
236
 -e 's/^\([A-Z][A-Z]*\) \([A-Z][A-Z]*\)/\1_\2/' \
237
237
 -e 's/^\([A-Z]\)/2 \1/' \
238
 
 | more -flsu | /usr/xpg4/bin/more -s) > x$(wIDGET).hlp
 
238
 | more -flsu | /usr/xpg4/bin/more -s) > vms/x$(wIDGET).hlp
239
239
 
240
240
#html : x$(wIDGET).html
241
241
 
242
 
#hlp : x$(wIDGET).hlp
 
242
#hlp : vms/x$(wIDGET).hlp
243
243
 
244
244
man :
245
245
        nroff -man x$(wIDGET).man | $(MORE)