COIN-OR::LEMON - Graph Library

Changeset 164:70e3c3646283 in glemon-0.x for Makefile.am


Ignore:
Timestamp:
10/13/06 17:14:18 (18 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2989
Message:
  • Add missing repository files (AUTHORS COPYING NEWS README). They need to be filled with info.
  • RPM support
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile.am

    r162 r164  
    7979        $(IMAGES) \
    8080        guipixbufs.h \
     81        glemon.spec \
     82        AUTHORS \
     83        COPYING \
    8184        LICENSE \
     85        NEWS \
     86        README \
    8287        ABOUT-NLS
    8388
     
    139144        -rm -f $(MRPROPERFILES)
    140145
     146rpm: dist
     147        rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
     148
    141149.PHONY: mrproper
Note: See TracChangeset for help on using the changeset viewer.